In This Topic
Removes several entries from the current zip file.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal () As Integer _
)
public void Remove(
int[]
)
Parameters
- indices
- Array containing the indices of the entries to remove.
See Also